SftTree/OCX 7.0

SftTree.ItemsShown Property

Softel vdm, Inc.

Returns the number of completely and partially visible items in the client area.

Deprecated - Provided for compatibility with earlier versions only - Use Items.Shown instead

Syntax       

Get

VB.NET

Count = object.ItemsShown  As Integer

VB

Count = object.ItemsShown  As Long

C#.NET

int Count = object.ItemsShown;

VC++

long Count = object->ItemsShown;
long Count = object->GetItemsShown();

C

HRESULT object->get_ItemsShown(long* Count);

Delphi

Count := object.ItemsShown   : Integer;

object

A SftTree object.

Count

Returns the number of completely and partially visible items in the client area.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.Shown instead

The ItemsShown property returns the number of completely and partially visible items in the client area.

The ItemsShown property returns the total number of visible items in the tree control's client area, including partially visible items.  The Items.ShownComplete property returns the number of completely visible items, not including partial items.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com